home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / ArpExit < prev    next >
Text File  |  1990-06-22  |  937b  |  67 lines

  1.  
  2.  
  3.  
  4.      ArpExit(31.0)      ARP Programmers Manual     ArpExit(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       ArpExit - exit immediately, closing arp, freeing resources.
  10.  
  11.      SYNOPSIS
  12.       ArpExit( ReturnCode, (Fault) )
  13.              d0          d2
  14.  
  15.      FUNCTION
  16.       This function    will cause a currently running program to
  17.       terminate.  It will first CloseLibrary(ArpBase), which will
  18.       cause    all tracked resources to be freed.  It will then force
  19.       DOS to unload    your program, returning    the error code to the
  20.       CLI and Fault    to the caller.
  21.  
  22.      INPUTS
  23.       ReturnCode - The integer value you wish to return. By
  24.           convention, 0    means a    normal exit.
  25.  
  26.       Fault    - If ReturnCode    is non-zero, this value    is the ADOS
  27.           error    code which is used with    the "Why" program. If
  28.           ReturnCode is    ZERO, this value is ignored.
  29.  
  30.      RESULT
  31.       No results, in fact, no return.
  32.  
  33.      BUGS
  34.       None known.
  35.  
  36.      AUTHOR
  37.       SDB
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.